All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.InterfaceStyle

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.InterfaceStyle

public class InterfaceStyle
extends NativeObject
This class wraps the Objective-C class NSJavaInterfaceStyle.


Variable Index

 o AlertInterfaceStyleDefault
 o BrowserInterfaceStyleDefault
 o ControlInterfaceStyleDefault
 o InterfaceStyleDefault
 o MacintoshInterfaceStyle
 o MacintoshInterfaceStyleDefaultValue
 o MenuInterfaceStyleDefault
 o MiniWindowStyleDefault
 o NextStepInterfaceStyle
 o NextStepInterfaceStyleDefaultValue
 o NoInterfaceStyle
 o PopUpButtonInterfaceStyleDefault
 o ScrollerArrowPositioningDefault
 o ScrollerInterfaceStyleDefault
 o ScrollerPagingBehaviorDefault
 o SystemColorInterfaceStyleDefault
 o TableViewInterfaceStyleDefault
 o WindowInterfaceStyleDefault
 o Windows95InterfaceStyle
 o Windows95InterfaceStyleDefaultValue

Constructor Index

 o InterfaceStyle()
This default constructor is equivalent to Objective-C's [[NSJavaInterfaceStyle alloc] init].
 o InterfaceStyle(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o interfaceStyleForKey(String, Responder)
A wrapper for the + interfaceStyleForKey:forResponder: Objective-C class method.
 o setInterfaceStyleForKey(String, int)
A wrapper for the + setInterfaceStyleForKey:: Objective-C class method.

Variables

 o Windows95InterfaceStyleDefaultValue
 public static final String Windows95InterfaceStyleDefaultValue
 o NextStepInterfaceStyleDefaultValue
 public static final String NextStepInterfaceStyleDefaultValue
 o MacintoshInterfaceStyleDefaultValue
 public static final String MacintoshInterfaceStyleDefaultValue
 o InterfaceStyleDefault
 public static final String InterfaceStyleDefault
 o SystemColorInterfaceStyleDefault
 public static final String SystemColorInterfaceStyleDefault
 o AlertInterfaceStyleDefault
 public static final String AlertInterfaceStyleDefault
 o ScrollerInterfaceStyleDefault
 public static final String ScrollerInterfaceStyleDefault
 o ScrollerPagingBehaviorDefault
 public static final String ScrollerPagingBehaviorDefault
 o ScrollerArrowPositioningDefault
 public static final String ScrollerArrowPositioningDefault
 o PopUpButtonInterfaceStyleDefault
 public static final String PopUpButtonInterfaceStyleDefault
 o TableViewInterfaceStyleDefault
 public static final String TableViewInterfaceStyleDefault
 o BrowserInterfaceStyleDefault
 public static final String BrowserInterfaceStyleDefault
 o ControlInterfaceStyleDefault
 public static final String ControlInterfaceStyleDefault
 o MenuInterfaceStyleDefault
 public static final String MenuInterfaceStyleDefault
 o WindowInterfaceStyleDefault
 public static final String WindowInterfaceStyleDefault
 o MiniWindowStyleDefault
 public static final String MiniWindowStyleDefault
 o NoInterfaceStyle
 public static final int NoInterfaceStyle
 o NextStepInterfaceStyle
 public static final int NextStepInterfaceStyle
 o Windows95InterfaceStyle
 public static final int Windows95InterfaceStyle
 o MacintoshInterfaceStyle
 public static final int MacintoshInterfaceStyle

Constructors

 o InterfaceStyle
 protected InterfaceStyle(boolean shouldAllocate,
                          int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o InterfaceStyle
 public InterfaceStyle()
This default constructor is equivalent to Objective-C's [[NSJavaInterfaceStyle alloc] init].

Methods

 o interfaceStyleForKey
 public static native int interfaceStyleForKey(String key,
                                               Responder responder)
A wrapper for the + interfaceStyleForKey:forResponder: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, InterfaceStyle, should be enough to head you in the right direction should you find more than one such method).

 o setInterfaceStyleForKey
 public static native void setInterfaceStyleForKey(String key,
                                                   int style)
A wrapper for the + setInterfaceStyleForKey:: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, InterfaceStyle, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index